We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100b59f commit 9b0310fCopy full SHA for 9b0310f
1 file changed
.github/workflows/docker-build.yml
@@ -62,7 +62,7 @@ jobs:
62
run: echo "version=$(git describe --always --tags)" >> "$GITHUB_OUTPUT"
63
64
- name: Push to GitHub Packages
65
- uses: useblacksmith/build-push-action@v1
+ uses: docker/build-push-action@v4
66
with:
67
context: .
68
push: true
@@ -78,5 +78,7 @@ jobs:
78
BRANDING_FOOTER_HOME_LINK=${{ env.branding_footer_home_link }}
79
BRANDING_LOGIN_PLACEHOLDER_EMAIL=${{ env.branding_login_placeholder_email }}
80
VERSION=${{steps.get-version.outputs.version}}
81
+ cache-from: type=gha
82
+ cache-to: type=gha,mode=max
83
outputs:
84
tag: ${{ steps.meta.outputs.version }}
0 commit comments