Skip to content

Commit

Permalink
Merge pull request #79 from collinmcneese/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-deps-2307ed1e78
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
2 parents 96c4a30 + 246b79a commit 0620046
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
(echo ${{ needs.version-collector.outputs.package-version }} | grep -s -q -E '^[0-9]+\.[0-9]+\.[0-9]+$') || (echo "could not determine version!" && exit 1)
- name: Log in to the Container registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -48,13 +48,13 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build development Docker image on pull request
if: github.event_name == 'pull_request' || github.event_name == 'workflow_call'
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
with:
push: false
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Build and push latest main Docker image
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
with:
push: true
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 0620046

Please sign in to comment.