Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeenant authored Dec 2, 2023
1 parent 321262b commit cd307d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
# - name: Set up Docker Buildx
# id: buildx
# uses: docker/setup-buildx-action@v2
- name: Login to Github Packages
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.PUBLISHING_GITHUB_USERNAME }}
password: ${{ secrets.PUBLISHING_GITHUB_TOKEN }}
if: ${{ github.ref == 'refs/heads/main' }}
- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit cd307d8

Please sign in to comment.