Skip to content

Commit 098a836

Browse files
authored
chore(ci): pin actions to their latest major tags (#95)
1 parent 95acd46 commit 098a836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Log in to the Container registry
40-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
40+
uses: docker/login-action@v3
4141
with:
4242
registry: ${{ env.REGISTRY }}
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Extract metadata (tags, labels) for Docker
4747
id: meta
48-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
48+
uses: docker/metadata-action@v5
4949
with:
5050
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5151

5252
- name: Build Docker image
53-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: .
5656
load: true
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959

6060
- name: Build and push Docker image
61-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
61+
uses: docker/build-push-action@v6
6262
if: github.event_name != 'pull_request'
6363
with:
6464
context: .

0 commit comments

Comments
 (0)