Skip to content

Commit

Permalink
upgrade other action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Sep 12, 2024
1 parent 705127b commit 605da8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v4

- name: Docker Metadata action
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
id: meta
with:
images: teskalabs/seacat-auth
Expand All @@ -85,21 +85,21 @@ jobs:
type=semver,pattern={{raw}}
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Create Docker Starter
uses: papeloto/action-zip@v1
uses: vimtor/action-zip@v1.2
with:
files: example/docker
dest: seacat-auth-docker-starter.zip
Expand Down

0 comments on commit 605da8f

Please sign in to comment.