Skip to content

Commit

Permalink
gha: fixup docker push step
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsenArsen committed Jul 28, 2023
1 parent 208ac6a commit 6c2abf5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}
tags: latest
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: .
push: true
tags: ${{ github.repository }}:latest
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 6c2abf5

Please sign in to comment.