Skip to content

Commit

Permalink
Merge pull request #643 from elezar/remove-commit
Browse files Browse the repository at this point in the history
Remove accidental CI changes
  • Loading branch information
elezar authored Apr 12, 2024
2 parents 6782a64 + aca0cb6 commit a86047a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:
- release-*
push:
branches:
- use-ubuntu22.04-image
- main
- release-*

Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
GENERATE_ARTIFACTS="true"
fi
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
echo "BUILD_MULTI_ARCH_IMAGES=true" >> $GITHUB_ENV
echo "BUILD_MULTI_ARCH_IMAGES=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit a86047a

Please sign in to comment.