Skip to content

Commit

Permalink
Merge pull request #42 from stakater/tag-action-revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir authored Sep 10, 2024
2 parents 0363bd5 + 09dce86 commit bd181e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

jobs:
build:
push:
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.62.0
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit bd181e9

Please sign in to comment.