Skip to content

Commit

Permalink
377 maintenance fix workflow warnings (#378)
Browse files Browse the repository at this point in the history
* Update workflow actions (#377)
  • Loading branch information
GioF71 committed Feb 29, 2024
1 parent 27bf97e commit cae1eb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare for Docker Build
id: prepare
Expand Down Expand Up @@ -116,22 +116,22 @@ jobs:
echo "BASE_IMAGE=${select_base_image}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker Hub README & description sync
uses: meeDamian/sync-readme@v1.0.6
with:
Expand Down
1 change: 1 addition & 0 deletions doc/change-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Change Date|Major Changes
---|---
2024-02-29|Update workflow actions (see issue [#377](https://github.com/GioF71/upmpdcli-docker/issues/377)))
2024-02-12|Update to Upmpdcli version 1.8.7 (see issue [#371](https://github.com/GioF71/upmpdcli-docker/issues/371))
2024-01-10|Update to Upmpdcli version 1.8.7 (see issue [#366](https://github.com/GioF71/upmpdcli-docker/issues/366))
2024-01-05|New config parameters for qobuz plugin (see [#364](https://github.com/GioF71/upmpdcli-docker/issues/364))
Expand Down

0 comments on commit cae1eb0

Please sign in to comment.