Skip to content

Commit

Permalink
Fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Oct 4, 2024
1 parent 0982a03 commit dd5c4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:

- name: Test Docker Image
run: |
docker run --rm $(cut -d, -f1 <<<"$DOCKER_METADATA_OUTPUT_TAGS") minetestserver --version
docker run --rm $(cut -d, -f1 <<<"$DOCKER_METADATA_OUTPUT_TAGS") minetestmapper --help
shell: bash

0 comments on commit dd5c4e5

Please sign in to comment.