Skip to content

Commit

Permalink
Merge pull request #12 from menny/docker-squash
Browse files Browse the repository at this point in the history
Fix generic builds and push
  • Loading branch information
menny authored Mar 31, 2023
2 parents ba59a06 + ab43546 commit 91c0561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post_merge_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
TERM: dumb
IMAGE_VERSION: 1.16.1
IMAGE_VERSION: 1.16.2
jobs:
build_base:
runs-on: ubuntu-22.04
Expand All @@ -21,14 +21,14 @@ jobs:
DOCKER_FILE_PATH: android_base/.
run: |
./.github/docker_build_image.sh
./.github/docker_build_image.sh
- name: base image
./.github/docker_push_image.sh
- name: generic image
env:
IMAGE_NAME: android
DOCKER_FILE_PATH: .
run: |
./.github/docker_build_image.sh
./.github/docker_build_image.sh
./.github/docker_push_image.sh
build_specialized_images:
strategy:
matrix:
Expand Down

0 comments on commit 91c0561

Please sign in to comment.