Skip to content

Commit

Permalink
Update actions, deprectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Feb 29, 2024
1 parent d6e4144 commit c461341
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker 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.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -22,7 +22,7 @@ jobs:
run: echo "tag=${short/master/latest}" >> "${GITHUB_ENV}"
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
tags: robertdebock/docker-centos-openssh:${{ env.tag }}

0 comments on commit c461341

Please sign in to comment.