Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
athrane committed May 11, 2020
1 parent 2e38566 commit 279a562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: docker login -u $DOCKER_USER -p ${{ secrets.DOCKER_PASSWORD }}

- name: Build image
run: docker build . --build-arg MOD_JAR=$MOD_JAR --build-arg MOD_URL=$MOD_URL --file Dockerfile --tag bassebombecraft/minecraft:${{ github.sha }} --tag bassebombecraft/minecraft:latest
run: docker build . --build-arg MOD_JAR=$MOD_JAR --build-arg MOD_URL=$MOD_URL --build-arg MC_VERSION=$MC_VERSION --build-arg FORGE_VERSION=$FORGE_VERSION --file Dockerfile --tag bassebombecraft/minecraft:${{ github.sha }} --tag bassebombecraft/minecraft:latest

- name: Push image
run: docker push bassebombecraft/minecraft:${{ github.sha }}
Expand Down

0 comments on commit 279a562

Please sign in to comment.