Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Dec 29, 2023
1 parent 219c10d commit fb0ccc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Push Images

on:
push:
workflow_call:
release:
types: [published]
Expand Down Expand Up @@ -28,7 +29,7 @@ jobs:
password: ${{ secrets.botDockerHubPassword }}

- name: Build and push (latest)
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit fb0ccc2

Please sign in to comment.