Skip to content

Commit 9b0310f

Browse files
authored
Restore to official docker build push action
1 parent 100b59f commit 9b0310f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "version=$(git describe --always --tags)" >> "$GITHUB_OUTPUT"
6363

6464
- name: Push to GitHub Packages
65-
uses: useblacksmith/build-push-action@v1
65+
uses: docker/build-push-action@v4
6666
with:
6767
context: .
6868
push: true
@@ -78,5 +78,7 @@ jobs:
7878
BRANDING_FOOTER_HOME_LINK=${{ env.branding_footer_home_link }}
7979
BRANDING_LOGIN_PLACEHOLDER_EMAIL=${{ env.branding_login_placeholder_email }}
8080
VERSION=${{steps.get-version.outputs.version}}
81+
cache-from: type=gha
82+
cache-to: type=gha,mode=max
8183
outputs:
8284
tag: ${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)