Skip to content

Commit

Permalink
updated github actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Oct 6, 2024
1 parent 14ef0b8 commit 02bb4e4
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 @@ -17,16 +17,16 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Bullseye Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v6
with:
build-args: "debian_release=bullseye"
context: .
Expand All @@ -35,7 +35,7 @@ jobs:
tags: "midwan/amiberry-debian-x86_64:bullseye"

- name: Build and push Bookworm Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v6
with:
build-args: "debian_release=bookworm"
context: .
Expand Down

0 comments on commit 02bb4e4

Please sign in to comment.