aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Smanis <konstantinos.smanis@gmail.com>2023-04-02 23:29:59 +0300
committerJohn Helmert III <ajak@gentoo.org>2023-04-02 15:36:30 -0700
commit8a6a93d76ceec93ee59159f40b7375176744388d (patch)
treec09f9629c75277461861ec6d3359e35c39841ef4
parentadjust s390x image names (diff)
downloaddocker-images-8a6a93d76ceec93ee59159f40b7375176744388d.tar.gz
docker-images-8a6a93d76ceec93ee59159f40b7375176744388d.tar.bz2
docker-images-8a6a93d76ceec93ee59159f40b7375176744388d.zip
Bump CI actions to silence warnings
Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/127 Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 21ac503..021efcc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,11 +61,11 @@ jobs:
TARGET: ${{ matrix.target }}
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
- name: Set up buildx
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
- name: Build image
run: ./build.sh
- name: Inspect image
@@ -74,7 +74,7 @@ jobs:
if: matrix.target != 'portage'
run: docker run --rm "${ORG}/${TARGET/-/:}" emerge --info
- name: Login to DockerHub
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
if: github.event_name == 'schedule'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}