Skip to content

Commit

Permalink
feat: remove tag checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 15, 2024
1 parent becf52b commit 1209bae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get tags
run: git fetch --tags origin

- name: Build and push slim
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 1209bae

Please sign in to comment.