Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainChicky committed Jul 12, 2023
1 parent cd73c73 commit 3a9b9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
sparse-checkout-cone-mode: false

- name: Build the Docker image
run: docker build . --file Dockerfile --tag hailstone-numbers:v1.0
run: docker build . --file Dockerfile --tag hailstone-numbers:v1.1

- name: Save Docker image as tar file
run: docker save hailstone-numbers:v1.0 > hailstone-numbers.tar
run: docker save hailstone-numbers:v1.1 > hailstone-numbers.tar

- name: Create GitHub release # The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
id: create_release
Expand Down

0 comments on commit 3a9b9bc

Please sign in to comment.