Skip to content

Commit

Permalink
Re-enable docker image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Dec 31, 2023
1 parent 7379c3c commit 3b38449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Docker images
on:
push:
branches:
- skip_for_now
- main
- feature/*
pull_request:
branches:
- main
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Publish Docker image
on:
push:
tags:
# - 'v*'
- skip_for_now
- 'v*'

jobs:
push-docker-image:
Expand All @@ -20,7 +19,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Extract metadata (tags, labels) for Docker (chrome, alpine)
id: meta_chrome_alpine
Expand Down

0 comments on commit 3b38449

Please sign in to comment.