Skip to content

Commit

Permalink
More docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Apr 19, 2024
1 parent 21937f2 commit 6798941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
bundle install --jobs 4 --retry 3
echo "::endgroup::"
bundle exec rb-sys-dock --platform ${{ matrix.platform.ruby_target }} --build --version "sha-$GITHUB_SHA" --verbose
echo "::group::Cross build oxi-test gem (sha-$GITHUB_SHA)"
bundle exec rb-sys-dock --platform ${{ matrix.platform.ruby_target }} --build --tag "sha-$GITHUB_SHA" --verbose
- name: Docker push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6798941

Please sign in to comment.