Skip to content

Commit

Permalink
build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Mar 1, 2024
1 parent 565cf57 commit b31cfb4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ jobs:
context: .
platforms: linux/amd64
# Note: tags has to be all lower-case
#tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/porjo/ytdl-web:master
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Image tags
run: echo ${{ steps.meta.outputs.tags }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit b31cfb4

Please sign in to comment.