Skip to content

Commit

Permalink
try to update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Apr 17, 2024
1 parent 8bc3905 commit d7845ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v3.3.0
with:
buildkitd-flags: --debug

- name: Log in to DockerHub Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to GitHub Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -40,7 +40,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@master

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5.3.0
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit d7845ef

Please sign in to comment.