Skip to content

Commit

Permalink
Upgrade docker actions in the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu-nw authored Dec 10, 2024
1 parent 032fd14 commit 2f08fc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ jobs:
- name: Copy zip artifact
run: cp ballerina/build/distributions/ballerina-22*.zip module-ballerina-docker/base/docker/
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
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
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Build the docker image
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: module-ballerina-docker/base/docker/
load: true
Expand Down

0 comments on commit 2f08fc9

Please sign in to comment.