Skip to content

Commit

Permalink
Added pipe to run directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayvon Cadle authored Jan 27, 2024
1 parent a3a7db6 commit 14b1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Build and publish the Docker image to GHCR
run:
run: |
docker login --username raycadle --password ${{ secrets.GH_PAT }} ghcr.io
docker build --build-arg BUILD_DATE="$(date +%d/%m/%y)" --build-arg VERSION="$(date +%R:%S)" --tag ghcr.io/raycadle/ntfy:latest .
docker push ghcr.io/raycadle/ntfy:latest

0 comments on commit 14b1b99

Please sign in to comment.