Skip to content

Commit

Permalink
Enable experimental option
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Nov 17, 2024
1 parent f1da7df commit 120a1cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:

Check failure on line 65 in .github/workflows/push-processor.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

65:1 [empty-lines] too many blank lines (1 > 0)
echo "\n=== Metadata tags from previous step ==="
echo "${{ steps.metadata.outputs.tags }}"
- name: 'Push multi-platform image to Docker Hub'
- env:
DOCKER_CLI_EXPERIMENTAL: enabled

Check failure on line 69 in .github/workflows/push-processor.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

69:34 [quoted-strings] string value is not quoted with single quotes
name: 'Push multi-platform image to Docker Hub'
run: |
docker system prune -af
docker load --input /tmp/amd64.tar
Expand Down

0 comments on commit 120a1cc

Please sign in to comment.