Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Jun 14, 2024
1 parent 09135f1 commit f040a6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Build and push
# uses: docker/build-push-action@v5
# with:
# push: true
# tags: ironicbadger/pms-wiki:latest
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/ironicbadger/pms-wiki:latest

# - name: Build and push Docker image
# uses: mr-smithers-excellent/docker-build-push@v6
Expand Down

0 comments on commit f040a6e

Please sign in to comment.