We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05c52f3 + 0cd25ce commit bd41529Copy full SHA for bd41529
2 files changed
.github/workflows/create_release_image.yml
@@ -13,7 +13,7 @@ jobs:
13
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
14
- uses: actions/checkout@master
15
- name: Set up Docker Buildx
16
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
17
- name: Login to Quay.io
18
uses: docker/login-action@v3
19
with:
.github/workflows/main.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments