Skip to content

Commit

Permalink
Merge pull request #93 from naturalstrings/nanAug25Two
Browse files Browse the repository at this point in the history
changing docker image workflow tags to tag and updated password
  • Loading branch information
nssensalo authored Aug 26, 2024
2 parents 25f93d3 + 1ee0c94 commit 20c8b45
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ on:

jobs:

build:
build_push_docker:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag palm-and-vine-docker-image:$(date +%s)
- name: Checkout code
uses: actions/checkout@v4

- name: Build & push Docker image
uses: mr-smithers-excellent/docker-build-push@v3
with:
image: nssensalo/palm-and-vine-docker-image
tag: latest
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 20c8b45

Please sign in to comment.