Skip to content

Commit

Permalink
chore(ci): fix image name key
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent 6f65653 commit ed8b3f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
include:
- image: traefik
- name: traefik
path: traefik
version:
short: 1
Expand Down Expand Up @@ -56,19 +56,19 @@ jobs:
short: 8
full: 8.2

- image: adminer
- name: adminer
path: adminer
version:
short: 4
full: 4.8-3.24.4

- image: mariadb
- name: mariadb
path: mariadb
version:
short: 10
full: 10.9-3.26.4

- image: nocodb
- name: nocodb
path: nocodb
version:
short: 0.202
Expand Down

0 comments on commit ed8b3f1

Please sign in to comment.