Skip to content

Commit

Permalink
Update docker-build-push.yml to add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rerbun authored Mar 1, 2024
1 parent 51c38d5 commit 1014863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Run latest-tag
uses: EndBug/latest-tag@latest

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
Expand All @@ -42,5 +45,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }} rerbun/simple-collaborative-todos:latest
tags: rerbun/simple-collaborative-todos:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1014863

Please sign in to comment.