Skip to content

Commit

Permalink
chore(deps): Bump docker-publics versions (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra authored Dec 14, 2023
1 parent d51a047 commit ee7ae0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4.1.1
- name: "call action"
id: last_release
uses: pozetroninc/github-action-get-latest-release@v0.7.0
Expand All @@ -23,20 +23,20 @@ jobs:
repo: Docker-7DaysToDie
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.0.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3.0.0
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.1.0
with:
push: true
tags: |
Expand Down

0 comments on commit ee7ae0a

Please sign in to comment.