We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae65101 commit 57818dbCopy full SHA for 57818db
.github/workflows/cve-scan.yaml
@@ -43,7 +43,7 @@ jobs:
43
echo "SHA_SHORT=${SHA_SHORT}" >> "${GITHUB_ENV}"
44
echo "IMAGE_NAME=${IMAGE_NAME}" >> "${GITHUB_ENV}"
45
- name: Set up QEMU
46
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@v3
49
- name: Build images
@@ -52,7 +52,7 @@ jobs:
52
IMAGE_TAG="${{ env.SHA_SHORT }}" make docker
53
54
- name: Login to GitHub Container Registry
55
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
56
with:
57
registry: ghcr.io
58
username: ${{ github.actor }}
0 commit comments