Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofaria committed Oct 6, 2023
1 parent f92f864 commit 13d3ead
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
jobs:
build-accweb:
build-docker-accweb:
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -19,8 +19,7 @@ jobs:
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
accweb/accweb
images: accweb/accweb
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{version}}
Expand All @@ -35,6 +34,6 @@ jobs:
uses: docker/build-push-action@v5
with:
build-args: |
VERSION=${VERSION}
VERSION=$VERSION
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 13d3ead

Please sign in to comment.