Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberry authored Jan 3, 2024
1 parent cd5f103 commit 77dcadb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag vincentberry/ddns-online-scaleway:$(date +%s)

run: docker build . --file Dockerfile --tag vincentberry/ddns-online-scaleway:latest
- name: Docker Push
run: docker push --all-tags vincentberry/ddns-online-scaleway



0 comments on commit 77dcadb

Please sign in to comment.