Skip to content

Commit

Permalink
fix: wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh authored Nov 4, 2024
1 parent 1e3f41c commit 807fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "Updating Dockerfile with tag: $tag"
sed -i "s|^FROM bitnami/mariadb:.*|FROM bitnami/mariadb:$tag|" Dockerfile
echo "Building and pushing tag: $tag"
docker build buildx --platform linux/amd64,linux/arm64 \
docker buildx build --platform linux/amd64,linux/arm64 \
--tag ${{ secrets.DOCKER_USERNAME }}/mariadb:$tag \
--push .
done
Expand Down

0 comments on commit 807fc6f

Please sign in to comment.