Skip to content

Commit

Permalink
tag 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Sep 30, 2024
1 parent b519718 commit 200d92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
push: true
file: godot-android.Dockerfile
tags: kuruk/dcl-godot-android-builder:latest
tags: kuruk/dcl-godot-android-builder:latest,kuruk/dcl-godot-android-builder:4.2
- name: Build and push with Rust
uses: docker/build-push-action@v5
with:
push: true
file: godot-android-with-rust.Dockerfile
tags: kuruk/dcl-godot-android-builder-rust:latest
tags: kuruk/dcl-godot-android-builder-rust:latest,kuruk/dcl-godot-android-builder-rust:4.2

0 comments on commit 200d92b

Please sign in to comment.