Skip to content

Commit

Permalink
build: use the exact hash when running containers
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Feb 19, 2025
1 parent f9d6a44 commit 2a42ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ jobs:
- name: 'Ensure containers built'
run: |
docker run ghcr.io/${{ github.repository }}/server
docker run ghcr.io/${{ github.repository }}/cli
docker run ghcr.io/${{ github.repository }}/cli@${{ steps.build_cli.outputs.digest }}
docker run ghcr.io/${{ github.repository }}/server@${{ steps.build_server.outputs.digest }}
- name: Export digests
run: |
Expand Down

0 comments on commit 2a42ade

Please sign in to comment.