Skip to content

Commit

Permalink
Update docker-build-push.yml to fix latest tag and also publish main tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rerbun authored Mar 1, 2024
1 parent 1014863 commit 81bc97b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ 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 @@ -45,5 +42,5 @@ jobs:
with:
context: .
push: true
tags: rerbun/simple-collaborative-todos:latest
tags: ${{ steps.meta.outputs.tags }},rerbun/simple-collaborative-todos:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 81bc97b

Please sign in to comment.