Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veralvx committed Feb 19, 2025
1 parent 3043bcf commit bed1c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dependabot.yml → .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
day: "sunday"
time: "12:00"


- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
day: "sunday"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' ? matrix.suffix + '-' + steps.meta.outputs.version : steps.meta.outputs.version }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' ? matrix.suffix + '-latest' : 'latest' }}
${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' ? matrix.suffix + '-' + steps.meta.outputs.version : steps.meta.outputs.version }}
${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' ? matrix.suffix + '-latest' : 'latest' }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' && (matrix.suffix + '-' + steps.meta.outputs.version) || steps.meta.outputs.version }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' && (matrix.suffix + '-latest') || 'latest' }}
${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' && (matrix.suffix + '-' + steps.meta.outputs.version) || steps.meta.outputs.version }}
${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ matrix.suffix != '' && (matrix.suffix + '-latest') || 'latest' }}

0 comments on commit bed1c06

Please # to comment.