Skip to content

Commit

Permalink
Fix typo in docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Oct 18, 2023
1 parent 8e39b9b commit 8493de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME }}:alpha
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:alpha
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:stable,${{ steps.calculate_tag.outputs.tag }}"
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:stable,${{ steps.calculate_tag.outputs.tag }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 8493de1

Please sign in to comment.