Skip to content

Commit c23a3c0

Browse files
authored
Update dockerimage.yml
1 parent e92d47f commit c23a3c0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/dockerimage.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
fetch-depth: 1
1313

1414
- name: Docker Build & Push to Docker Hub
15-
uses: opspresso/action-docker@master
15+
uses: docker/build-push-action@v1
1616
with:
1717
args: --docker
1818
env:
19-
USERNAME: ${{ secrets.DOCKER_USERNAME }}
20-
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
21-
DOCKERFILE: "Dockerfile"
22-
IMAGE_NAME: "tmprimitivo/firego"
23-
TAG_NAME: $GITHUB_REF
19+
username: ${{ secrets.DOCKER_USERNAME }}
20+
password: ${{ secrets.DOCKER_PASSWORD }}
21+
repository: tmprimitivo/firego
22+
tag_with_ref: true

0 commit comments

Comments
 (0)