Skip to content

Commit

Permalink
Push docker images on release and push to default
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Mar 8, 2024
1 parent e5c575f commit 3a60dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
version: latest
endpoint: builders
- uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -56,6 +57,7 @@ jobs:
timeout-minutes: 60
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: ${{ env.platforms }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3a60dcc

Please sign in to comment.