Skip to content

Commit

Permalink
test yaml file updatres
Browse files Browse the repository at this point in the history
  • Loading branch information
amnahsiddiqa committed Sep 9, 2023
1 parent 5490b0a commit badc248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Build and Push to Docker Hub

on:
push:
Expand All @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file Dockerfile --tag amnahsid/jupyter_datascience:$(date +%s)

0 comments on commit badc248

Please sign in to comment.