Skip to content

Commit

Permalink
REMOVE BEFORE MERGE: build/push container for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelone committed Oct 29, 2024
1 parent 3a7f629 commit 40e83ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/develop' }}
push: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/add/resource-limits' }}
tags: ${{ steps.metadata.outputs.tags }}

0 comments on commit 40e83ff

Please sign in to comment.