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 196b667 commit 029c4fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag vincentberry/ddns-online-scaleway:latest

- name: Docker Push laster
run: vincentberry/ddns-online-scaleway

- name: Build the Docker image
run: docker build . --file Dockerfile --tag vincentberry/ddns-online-scaleway:$(date +%s)

- name: Docker Push laster
run: vincentberry/ddns-online-scaleway
- name: Docker Push
run: docker push --all-tags vincentberry/ddns-online-scaleway



Expand Down

0 comments on commit 029c4fb

Please sign in to comment.