Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/metadata-ac…
Browse files Browse the repository at this point in the history
…tion-5
  • Loading branch information
DariuszPorowski authored Nov 14, 2023
2 parents e572192 + d51355b commit ea1746c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get repo owner
uses: actions/github-script@v6
uses: actions/github-script@v7
id: repo_owner
with:
result-encoding: string
script: return context.repo.owner.toLowerCase()

- name: Get repo name
uses: actions/github-script@v6
uses: actions/github-script@v7
id: repo_name
with:
result-encoding: string
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# curl --output "${GITHUB_WORKSPACE}/.gitleaks/gitleaks.toml" https://raw.githubusercontent.com/zricethezav/gitleaks/${{ steps.gitleaks_latest_release.outputs.tag }}/config/gitleaks.toml

- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ steps.upgrade.outputs.upgrade == 'true' }}
with:
registry: ghcr.io
Expand All @@ -93,7 +93,7 @@ jobs:

- name: Build and push Docker image
if: ${{ steps.upgrade.outputs.upgrade == 'true' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: ${{ steps.docker_image_metadata.outputs.tags }}
labels: ${{ steps.docker_image_metadata.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dump
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.debug('!!! START github START !!!')
Expand Down

0 comments on commit ea1746c

Please sign in to comment.