Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-11 08:26:46 -07:00
committed by GitHub
parent 3f8328dd3e
commit 2abb9d42cb

View File

@@ -19,15 +19,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Log in to the Github Container registry
uses: docker/login-action@v3.0.0
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