Skip to content

Commit 4adb0e4

Browse files
committed
Update some more actions
1 parent 730f576 commit 4adb0e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ jobs:
4242
CONTAINER_REGISTRY: ghcr.io
4343
steps:
4444
- uses: actions/checkout@v6
45-
- uses: docker/login-action@v3
45+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
4646
with:
4747
registry: ${{ env.CONTAINER_REGISTRY }}
4848
username: ${{ github.actor }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
50-
- uses: docker/setup-buildx-action@v3
50+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
5151
- name: Container metadata
5252
id: container-metadata
53-
uses: docker/metadata-action@v5
53+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
5454
with:
5555
images: "${{ env.CONTAINER_REGISTRY }}/equinor/radix/prometheus-proxy"
5656
tags: ${{ needs.metadata.outputs.version }}
5757
- name: Build and push container images
58-
uses: docker/build-push-action@v6
58+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
5959
with:
6060
context: .
6161
push: true

0 commit comments

Comments
 (0)