Skip to content

Commit

Permalink
Build and tag the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Oct 3, 2024
1 parent 66d41fe commit 32dd517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build and tag the Docker image
working-directory: ./mnt
run: |
docker optimizedDockerfile
gradle optimizedDockerfile
docker build -f build/docker/optimized/Dockerfile -t $DOCKER_USER/$DOCKER_IMAGE:${{ env.BUILD_VERSION }} -t $DOCKER_USER/$DOCKER_IMAGE:latest .
- name: Push the Docker image
run: docker push $DOCKER_USER/$DOCKER_IMAGE --all-tags

0 comments on commit 32dd517

Please sign in to comment.