1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-02-21 19:19:40 +02:00

Update docker-publish-github.yml

This commit is contained in:
Bill Plein 2023-03-15 17:42:00 -05:00 committed by GitHub
parent 9c8ab45915
commit 4b0b75fed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,8 +78,9 @@ jobs:
- name: Show versions and tags
run: |
echo "Version: ${{ env.VERSION }}" # This will output VERSION
echo "Version: ${{ env.VERSION }}"
echo "Tags: ${{ env.TAGS }}"
echo "SHA256: ${{ env.SHA256 }}"
# Build and push Docker image with Buildx (don't push on PR)