Skip to content

Commit

Permalink
Pin docker actions in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camscale committed Nov 27, 2023
1 parent 1658b4f commit 93a6006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
role-session-name: "gha-fpm-build=${{ github.run_number }}"
role-duration-seconds: 900
- name: Log into ECR
uses: docker/login-action@v3
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: public.ecr.aws
env:
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build FPM Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
push: true
context: ${{ matrix.directory }}
Expand Down

0 comments on commit 93a6006

Please sign in to comment.