Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Test publish Docker image GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 23, 2023
1 parent d224e50 commit 3c2a140
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# The docker image will be built only on a push to the feature branch

name: Deps Dockerfile Build and Push

on:
push:
branches: [ update/docker-ci ]

# A workflow run is made up of one or more jobs that can run
# sequentially or in parallel
branches:
- master
permissions:
contents: write
jobs:

build:
# The type of runner that the job will run on
runs-on: ubuntu:latest
Expand Down Expand Up @@ -37,5 +34,3 @@ jobs:
# be pushed. Otherwise nothing will happen.
- name: Push to Quay.io
run: docker push quay.io/hotosm/underpass-build-deps


0 comments on commit 3c2a140

Please sign in to comment.