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