We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4e3c5 commit c36ecefCopy full SHA for c36ecef
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build and Push
37
id: build_and_push
38
- uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
+ uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
39
with:
40
push: true
41
tags: ghcr.io/ministryofjustice/analytical-platform-mlflow:${{ github.ref_name }}
.github/workflows/scan-image.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Build Image
24
id: build_image
25
26
27
push: false
28
load: true
0 commit comments