Skip to content

Commit

Permalink
deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Oct 17, 2024
1 parent f426dfd commit 1879589
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file Dockerfile --tag loadedubuntu:${GITHUB_REF#refs/heads/}
- name: Dockerize
if: success()
uses: manusa/[email protected]
with:
name: rcourt/loadedubuntu
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 comments on commit 1879589

Please sign in to comment.