Skip to content

build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #25

build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1

build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #25

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag domeneshop-dynamicdns:$(date +%s)
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: jvik/domeneshop-dynamicdns:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}