Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-05 23:36:07 -07:00
committed by GitHub
parent e44dc365e9
commit 2e38625ee9

View File

@@ -13,6 +13,8 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
- -
name: Login to Docker Hub name: Login to Docker Hub
uses: docker/login-action@v3.0.0 uses: docker/login-action@v3.0.0
@@ -26,7 +28,6 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-buildx-action@v3
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5