Skip to content

Commit

Permalink
Fix build again - rename workflow steps and remove failing step from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Aug 27, 2023
1 parent 6227357 commit a3f63db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-container.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Will automatically build and push new docker image on release

name: Publish Docker image on publish of release
name: Publish Docker image

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
push_to_registries:
name: Push Docker image to multiple registries if necessary
name: Build and push images
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ description = Flake8 Code Style Checks
commands =
flake8 src/ tests/

[testenv:safety]
description = Safety Vulnerability Checks
commands =
safety check --file requirements/requirements.txt
; The GitHub runner doesn't have enough disk space to run this check.
; [testenv:safety]
; description = Safety Vulnerability Checks
; commands =
; safety check --file requirements/requirements.txt

[flake8]
max-line-length = 120
Expand Down

0 comments on commit a3f63db

Please sign in to comment.