Skip to content

Commit

Permalink
Add gha
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <[email protected]>
  • Loading branch information
matthewdevenny committed Oct 1, 2024
1 parent 9788f0f commit 4e551ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
if: ${{ env.PUBLISH == 'yes' }}
uses: docker/build-push-action@v6
with:
context: .
push: true
build-args: |
CHECKSUM=${{ env.CI_VERSION }}
CHECKSUM=${{ env.CHECKSUM }}
REPO_DIGEST=${{ env.REPO_DIGEST }}
tags: |
# boxboat/${{ matrix.image }}:checksum
ghcr.io/boxboat/${{ matrix.image.command }}:checksum
# boxboat/${{ matrix.image }}:checksum

# checksum-image:
# strategy:
# matrix:
Expand Down

0 comments on commit 4e551ec

Please sign in to comment.