Skip to content

Commit

Permalink
Update github-actions-builddockerfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Feb 11, 2024
1 parent 3f8328d commit 2abb9d4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/github-actions-builddockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Log in to the Github Container registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
Expand Down

0 comments on commit 2abb9d4

Please sign in to comment.