Skip to content

changing docker image workflow tags to tag and updated password #16

changing docker image workflow tags to tag and updated password

changing docker image workflow tags to tag and updated password #16

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_push_docker:
runs-on: ubuntu-latest
steps:
- 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 }}