Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Remove buster, as it's near EOL
  • Loading branch information
midwan committed Jun 13, 2024
1 parent cf19e0f commit 523b0e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Buster Docker image
uses: docker/build-push-action@v5.0.0
with:
build-args: "debian_release=buster"
context: .
file: ./Dockerfile
push: true
tags: "midwan/amiberry-debian-armhf:buster"

- name: Build and push Bullseye Docker image
uses: docker/build-push-action@v5.0.0
with:
Expand Down

0 comments on commit 523b0e1

Please sign in to comment.