Skip to content

Commit

Permalink
push to dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk authored Dec 23, 2023
1 parent 7413d60 commit 931ff92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
env:
DOCKER_BUILDKIT: 1
run: |
tox -e docker -- --tag=saltydk/awx-ee:latest
tox -e docker -- --tag=saltydk/awx-ee:dev
- name: Push images
run: |
echo "${{ secrets.DOCKER_TOKEN }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker push saltydk/awx-ee:latest
docker push saltydk/awx-ee:dev

0 comments on commit 931ff92

Please sign in to comment.