Skip to content

Commit

Permalink
Merge pull request #18 from aaronhmiller/patch_workflow
Browse files Browse the repository at this point in the history
fixing syntax in tagged workflow file
  • Loading branch information
aaronhmiller authored Jan 10, 2024
2 parents 36fff6f + e138be5 commit 0fe81b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tagged-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4.6.0@818d4b7b91585d195f67373fd9cb0332e31a7175
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
with:
images: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
Expand All @@ -31,16 +31,16 @@ jobs:
latest=auto
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0@885d1462b80bc1c1c7f0b00334ad271f09369c55
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55
-
name: Login to Docker Hub
uses: docker/login-action@v2.2.0@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Tagged build and push
uses: docker/build-push-action@v3.3.1@1104d471370f9806843c095c1db02b5a90c5f8b6
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6
with:
file: ./app/Dockerfile
context: ./app
Expand Down

0 comments on commit 0fe81b6

Please sign in to comment.