Skip to content

Commit

Permalink
tag 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Sep 30, 2024
1 parent a8aeeb5 commit f0829ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,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.3
- 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.3

0 comments on commit f0829ef

Please sign in to comment.