Skip to content

Commit

Permalink
Merge pull request #10 from Neuman968/dockerPublishActions
Browse files Browse the repository at this point in the history
Updated image tag
  • Loading branch information
Neuman968 authored May 11, 2024
2 parents d9d0b18 + 1c3a3b7 commit a4f01e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publishDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ jobs:
build-args: |
DOCKER_USERNAME=${{secrets.DOCKERHUB_USERNAME }}
DOCKER_TOKEN=${{secrets.DOCKERHUB_TOKEN }}
DOCKER_IMAGE="neuman314/pasteybin"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM gradle:jdk19-jammy

ARG DOCKER_USERNAME=unset
ARG DOCKER_TOKEN=unset
ARG DOCKER_IMAGE=neuman314/pasteybin-untagged
ARG DOCKER_IMAGE=neuman314/pasteybin

COPY ./api .

Expand Down

0 comments on commit a4f01e4

Please sign in to comment.