Skip to content

Commit f48887e

Browse files
committed
ci: Temp Commit
1 parent 855eb06 commit f48887e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-image-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
uses: docker/metadata-action@v5
3838
with:
3939
images: ${{ inputs.image }}
40+
tags: |
41+
latest
4042
4143
- name: Unlock Keychain
4244
if: ${{ runner.os == 'macOS' }}
@@ -56,6 +58,7 @@ jobs:
5658
uses: docker/setup-buildx-action@v3
5759

5860
- name: Build and push
61+
id: build
5962
uses: docker/build-push-action@v6
6063
with:
6164
context: ${{ inputs.context }}
@@ -70,6 +73,9 @@ jobs:
7073
digest="${{ steps.build.outputs.digest }}"
7174
touch "${{ runner.temp }}/digests/${digest#sha256:}"
7275
76+
- name: List temp directory contents
77+
run: ls -al ${{ runner.temp }}/digests
78+
7379
- name: Upload digest
7480
uses: actions/upload-artifact@v4
7581
with:

0 commit comments

Comments
 (0)