Skip to content

Commit

Permalink
feat: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
phv2312 committed Sep 6, 2024
1 parent 4ea214c commit 929cbdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
platform:
- linux/amd64
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Application Version
id: update-version
uses: anothrNick/github-tag-action@v1
Expand All @@ -44,9 +46,6 @@ jobs:
env:
IMAGE_NAME: "${{ github.repository }}"

# - name: Checkout
# uses: actions/checkout@v4
#
# - name: Set up Docker Buildx
# id: buildx
# uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 929cbdb

Please sign in to comment.