Skip to content

Commit

Permalink
Merge pull request #1748 from Logflare/chore/fix-docker-push
Browse files Browse the repository at this point in the history
chore: fix docker image pushing for dev builds
  • Loading branch information
Ziinc authored Oct 12, 2023
2 parents 55862e3 + 93e45dd commit 1ad95cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci-amd-and-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "tag_ver=supabase/logflare:${{ needs.settings.outputs.version }}" >> "$GITHUB_ENV"
echo "short_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
- name: Staging - Merge multi-arch manifests and push the dev image
if: github.ref == 'refs/heads/main' && github.event_name == 'pull_request'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: |
docker buildx imagetools create -t supabase/logflare:dev-${{ env.short_sha }} \
${{ env.tag_amd64 }} ${{ env.tag_arm64 }}
Expand Down

0 comments on commit 1ad95cf

Please sign in to comment.