Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
attempt to fix multiple tags
  • Loading branch information
midwan authored Oct 24, 2023
1 parent 65580a1 commit 1327841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
- name: Build and push Buster Docker image
uses: docker/[email protected]
with:
build-args: "debian_release=buster"
Expand All @@ -34,7 +34,7 @@ jobs:
push: true
tags: "midwan/amiberry-debian-x86_64:buster"

- name: Build and push Docker image
- name: Build and push Bullseye Docker image
uses: docker/[email protected]
with:
build-args: "debian_release=bullseye"
Expand All @@ -43,11 +43,11 @@ jobs:
push: true
tags: "midwan/amiberry-debian-x86_64:bullseye"

- name: Build and push Docker image
- name: Build and push Bookworm Docker image
uses: docker/[email protected]
with:
build-args: "debian_release=bookworm"
context: .
file: ./Dockerfile
push: true
tags: "midwan/amiberry-debian-x86_64:bookworm midwan/amiberry-debian-x86_64:latest"
tags: "midwan/amiberry-debian-x86_64:bookworm, midwan/amiberry-debian-x86_64:latest"

0 comments on commit 1327841

Please sign in to comment.