We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9392f commit 7c77117Copy full SHA for 7c77117
.github/workflows/build_containers.yml
@@ -35,7 +35,7 @@ jobs:
35
echo IMAGE_TAG="$(echo "${{ github.ref }}" | tr '[:upper:]' '[:lower:]' | awk '{sub(/([^\/]*\/){2}/,""); gsub(/\/|_/, "-")}1')" >> "$GITHUB_ENV"
36
echo IS_NOT_PR="${{ env.IS_NOT_PR }})"
37
- name: Login to GitHub Container Registry
38
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
39
if: github.event_name != 'pull_request'
40
with:
41
registry: ghcr.io
0 commit comments