Skip to content

Commit

Permalink
Merge pull request #12 from aaronhmiller/patch_with_sha
Browse files Browse the repository at this point in the history
using SHA
  • Loading branch information
aaronhmiller authored Jan 5, 2024
2 parents 9c6ca5c + daec69b commit 43d85a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/branch-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55
-
name: Login to Docker Hub
uses: docker/login-action@v2.2.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Branch build and push
uses: docker/build-push-action@v3.3.1
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6
with:
file: ./app/Dockerfile
context: ./app
Expand Down

1 comment on commit 43d85a2

@vercel
Copy link

@vercel vercel bot commented on 43d85a2 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.