Skip to content

Commit

Permalink
chore: run actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 14, 2024
1 parent 61134c9 commit 90db5fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- completed
push:
tags:
- '*'
- "*"

concurrency:
group: docker-push-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -57,8 +57,10 @@ jobs:
fi
fi
echo "push-enabled=${push_enabled}" >> $GITHUB_OUTPUT
echo "docker-image-tag=${image_tag}" >> $GITHUB_OUTPUT
{
echo "push-enabled=${push_enabled}"
echo "docker-image-tag=${image_tag}"
} >>"$GITHUB_OUTPUT"
docker-push:
name: push latest
Expand All @@ -70,7 +72,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate docker metadata
id: docker_meta
uses: crazy-max/ghaction-docker-meta@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677
uses: crazy-max/ghaction-docker-meta@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677
with:
images: dokku/ci-docker-image
- name: Set up QEMU
Expand Down

0 comments on commit 90db5fc

Please sign in to comment.