Skip to content

Commit

Permalink
fix: DockerHub + GHCR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed May 31, 2023
1 parent c1b66a0 commit 26e7516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
push: true
tags: |
ghcr.io/pradumnasaraf/oswp:latest
ghcr.io/pradumnasaraf/oswp:${{ steps.read_yaml.outputs.['version'] }}
ghcr.io/pradumnasaraf/oswp:${{ steps.read_yaml.outputs['version'] }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/oswp:${{ steps.read_yaml.outputs.['version'] }}

- name: Docker Push
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/oswp:${{ steps.read_yaml.outputs.['version'] }}
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/oswp:${{ steps.read_yaml.outputs['version'] }}

0 comments on commit 26e7516

Please sign in to comment.