Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
dzahariev committed Mar 29, 2024
1 parent 7efc8ef commit fdbeb39
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-build-push-on-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
release:
types: [published]

env:
IMAGE_NAME: ${{ github.repository }}

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand All @@ -31,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: dzahariev/invval
images: ${{ github.repository }}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit fdbeb39

Please sign in to comment.