Skip to content

Commit

Permalink
suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 14, 2024
1 parent e287d80 commit fc95856
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# tags: ${{ github.repository }}
# labels: ${{ steps.meta.outputs.labels }}
# - name: Setup Go ${{ matrix.go-version }}
# uses: actions/setup-go@v4
# with:
# go-version: ${{ matrix.go-version }}
# - name: Display Go version
# run: go version
tags: ${{ steps.meta.outputs.tags }}-suffix
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fc95856

Please sign in to comment.