Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
fixing action workflow
  • Loading branch information
nirlipo committed Aug 27, 2024
1 parent 6fb405b commit a0a8778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5
with:
images: nirlipo/planimation/backend

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v6
with:
context: server
file: docker/release/Dockerfile
Expand Down

0 comments on commit a0a8778

Please sign in to comment.