Skip to content

Commit

Permalink
Update build-push-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler authored Sep 28, 2023
1 parent bf9063e commit dd57e6e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push image
id: website_docker_build
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
push: true
tags: earthlab/r-python-eds-lessons-env:latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Build and push image
id: docker_build
uses: docker/build-push-action@v2
Expand Down

0 comments on commit dd57e6e

Please sign in to comment.