We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fc068 commit 7b3b3edCopy full SHA for 7b3b3ed
1 file changed
.github/workflows/push_to_registry.yml
@@ -9,20 +9,20 @@ jobs:
9
steps:
10
-
11
name: Set up Docker Buildx
12
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
13
14
- name: Install build tools
15
run: sudo apt-get update && sudo apt-get install -y build-essential cmake clang
16
17
name: Login to GitHub Container Registry
18
- uses: docker/login-action@v2
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
19
with:
20
registry: ghcr.io
21
username: ${{ github.repository_owner }}
22
password: ${{ secrets.GITHUB_TOKEN }}
23
24
name: Build and push
25
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
26
27
platforms: linux/amd64
28
push: true
0 commit comments