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 2, 2024
1 parent a2e74dd commit 164a8c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
outputs: |-
digest: ${{ steps.checksumImage.outputs.digest }}
checksum: ${{ steps.baseImage.outputs.checksum }}
versions: ${{ steps.baseImage.outputs.versions }}
latest: ${{ steps.baseImage.outputs.latest }}
versions: ${{ steps.checksumImage.outputs.versions }}
latest: ${{ steps.checksumImage.outputs.latest }}
read:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -185,6 +185,7 @@ jobs:
echo ${{ matrix.image.version }}
echo ${{ matrix.image.digest }}
echo ${{ matrix.image.checksum }}
# - uses: actions/checkout@v4
#
# - name: Login to DockerHub
Expand Down

0 comments on commit 164a8c3

Please sign in to comment.