Skip to content

Commit

Permalink
Upgrade qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
muralibasani committed Feb 26, 2025
1 parent fb95169 commit ca91d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Publish main branch as `develop` image
branches:
- main
- '*'

# Publish tags as versioned release and `latest` image
tags:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
context: .
push: true
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit ca91d06

Please sign in to comment.