Skip to content

Commit

Permalink
test build-tag-push with latest build-push-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed May 30, 2024
1 parent ffe0f90 commit db5b5fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@ jobs:
run: sh scripts/build.sh
- name: Verify Bundle Size
run: cd client && ./node_modules/.bin/bundlesize --enable-github-checks
# Debugging
- name: Build, Tag, Push (Debug)
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/fix/build-tag-push'
with:
push: true
tags: ${{ env.IMAGE_REPOSITORY }}:debug-test
build-args: |
REVISION_HASH=${GITHUB_SHA}
cache-from: type=registry,ref=${{ env.IMAGE_CACHE_REPOSITORY }}:cache-debug
cache-to: type=registry,ref=${{ env.IMAGE_CACHE_REPOSITORY }}:cache-debug
# Build tag push the image after a merge to develop
- name: Build, Tag, Push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit db5b5fe

Please sign in to comment.