Skip to content

Commit

Permalink
Dbg generate beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Oct 12, 2024
1 parent 1ffa907 commit e8c74c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-BETA-flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

# Copy ghrc.io image to Docker Hub (main image)
- name: Debug output
run: "echo \"Tag steps.meta.outputs.tags[0]: ${{ steps.meta.outputs.tags[0] }}\""
- run: "echo \"Tag steps.meta.outputs.tags: ${{ steps.meta.outputs.tags }}\""
- name: Pull image from GHCR
run: docker pull ${{ steps.meta.outputs.tags[0] }}
- name: Tag image for Docker Hub
Expand Down

0 comments on commit e8c74c3

Please sign in to comment.