Skip to content

Commit

Permalink
version 3 buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
faberf committed May 15, 2024
1 parent ee3ad57 commit 2212848
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
VERSION: "1.0"
steps:
- name: Checkout code
uses: actions/checkout@v2 # Checks-out your repository under $GITHUB_WORKSPACE

uses: actions/checkout@v4 # Checks-out your repository under $GITHUB_WORKSPACE
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 2212848

Please sign in to comment.