Skip to content

Commit

Permalink
ci: build & publish latest Docker tag (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Apr 9, 2024
1 parent 7add244 commit 2fc8260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker image
run: secator u build docker
run: secator u build docker --latest

- name: Publish Docker image
run: secator u publish docker
run: secator u publish docker --latest


0 comments on commit 2fc8260

Please sign in to comment.