Skip to content

Commit

Permalink
fix: small gh actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenttaglia committed Oct 27, 2024
1 parent ee5b7c3 commit 0b66af0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v5
with:
images: ghcr.io/vincenttaglia/indexer-tools
tag-sha: true
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -34,7 +33,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile
push: true
tags: ${{steps.docker_meta.outputs.tags}}
labels: ${{steps.docker_meta.outputs.labels}}
Expand Down

0 comments on commit 0b66af0

Please sign in to comment.