Skip to content

Commit

Permalink
ci: fix fedora path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Jul 6, 2024
1 parent d4bccbe commit f9dca36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
platforms: 'linux/amd64,linux/arm64'

- tag: 'fedora-39'
dockerfile: 'debian/39.Dockerfile'
dockerfile: 'fedora/39.Dockerfile'
platforms: 'linux/amd64,linux/arm64'

- tag: 'fedora-40'
dockerfile: 'debian/40.Dockerfile'
dockerfile: 'fedora/40.Dockerfile'
platforms: 'linux/amd64,linux/arm64'

- tag: 'rockylinux-8'
Expand Down

0 comments on commit f9dca36

Please sign in to comment.