Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit267 committed Jan 25, 2024
1 parent 979b04f commit 3981eed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:

- name: Build the Docker image
run: |
docker build . -t ghcr.io/rohit267/cloudflare-node-ddns:${env.PACKAGE_VERSION} -t ghcr.io/rohit267/cloudflare-node-ddns:latest
docker push ghcr.io/rohit267/cloudflare-node-ddns:${env.PACKAGE_VERSION}
docker push ghcr.io/rohit267/cloudflare-node-ddns:latest
docker build . --tag ghcr.io/rohit267/cloudflare-node-ddns:${env.PACKAGE_VERSION} --tag ghcr.io/rohit267/cloudflare-node-ddns:latest
docker push ghcr.io/rohit267/cloudflare-node-ddns:${env.PACKAGE_VERSION} ghcr.io/rohit267/cloudflare-node-ddns:latest

0 comments on commit 3981eed

Please sign in to comment.