Skip to content

Commit

Permalink
correct tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abe garcia committed Nov 7, 2023
1 parent 05cf3cd commit 1ad3d01
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
echo "TAGS=${{ env.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:$release_version" >> $GITHUB_ENV
fi
# - name: Build and push
# id: docker_build
# uses: docker/build-push-action@v5
# with:
# context: .
# push: true
# tags: ${{ env.TAGS }}
# labels: |
# org.opencontainers.image.source=https://github.com/${{ env.IMAGE_NAME }}
# org.opencontainers.image.version=${{ env.RELEASE_VERSION }}
# org.opencontainers.image.description=${{ github.event.release.body }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.TAGS }}
labels: |
org.opencontainers.image.source=https://github.com/${{ env.IMAGE_NAME }}
org.opencontainers.image.version=${{ env.RELEASE_VERSION }}
org.opencontainers.image.description=${{ github.event.release.body }}

0 comments on commit 1ad3d01

Please sign in to comment.