Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcatertychnyi committed Oct 22, 2024
1 parent 8e1c017 commit b621957
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,7 @@ jobs:
context: .
push: true
tags: |
ghcr.io/justcoded/plopjs/plopjs:latest
ghcr.io/justcoded/plopjs/plopjs:${{steps.set_version.outputs.no-dash}}
ghcr.io/justcoded/plopjs:latest
ghcr.io/justcoded/plopjs:${{steps.set_version.outputs.no-dash}}
# - name: Build and push Docker image
# uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
# with:
# context: .
# push: true
# tags: ${{ steps.process-tags.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b621957

Please sign in to comment.