Skip to content

Commit

Permalink
Update publish-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skwarfield authored Jul 26, 2024
1 parent 6b60dda commit 11f63ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Github container registry
uses: docker/login-action@v3
Expand All @@ -39,4 +43,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


- name: Inspect
run: |
docker image inspect ${{ steps.meta.outputs.tags }}

0 comments on commit 11f63ab

Please sign in to comment.