Skip to content

Commit

Permalink
test env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaro committed Aug 8, 2024
1 parent 40b7f06 commit 48c912e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alpine-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Test env variables
run: echo "DISTRO: $DISTRO, USERNAME: $USERNAME, IMAGE: $IMAGE, DOCKERFILE: $DOCKERFILE, PLATFORMS: $PLATFORMS, TAGS: $TAGS, SHORTDESCRIPTION: $SHORTDESCRIPTION"
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 48c912e

Please sign in to comment.