We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 410f35b + 64ee7dd commit 5a318c3Copy full SHA for 5a318c3
1 file changed
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
retention-days: 90
82
83
- name: Set up Docker Buildx
84
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
85
with:
86
platforms: linux/amd64,linux/arm64
87
driver-opts: |
@@ -91,7 +91,7 @@ jobs:
91
run: docker buildx inspect --bootstrap
92
93
- name: Log in to GitHub Container Registry
94
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
95
96
registry: ghcr.io
97
username: ${{ github.actor }}
@@ -112,7 +112,7 @@ jobs:
112
echo "short_sha=$SHORT_SHA" >> $GITHUB_OUTPUT
113
114
- name: Build and push Docker image
115
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
116
117
context: .
118
0 commit comments